pass-through: drop pointless uses of __func__
authorJan Beulich <jbeulich@suse.com>
Mon, 29 Aug 2016 14:04:22 +0000 (16:04 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 29 Aug 2016 14:04:22 +0000 (16:04 +0200)
commit0d2649370c93a9356f37f50248872e8a0bb5ae40
tree161733661531cb81344f7522db4e64ce78c578ee
parent8bc02b47e5833c374b35618729d147d2980d4e05
pass-through: drop pointless uses of __func__

Non-debugging message text should be (and is in the cases here)
distinguishable without also logging function names. Additionally log
the PCI device coordinates for alloc_pdev() failure.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/drivers/passthrough/pci.c